projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5531a1
)
(x_create_tip_frame): Fix declaration after statement.
author
Andreas Schwab
<schwab@suse.de>
Sat, 5 Jun 2004 15:40:29 +0000
(15:40 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 5 Jun 2004 15:40:29 +0000
(15:40 +0000)
src/macfns.c
patch
|
blob
|
history
diff --git
a/src/macfns.c
b/src/macfns.c
index 4147325c288ce82beb8ac95eac01fd205bc457b5..92d729248c9f5679e4e2fc0748e49d8d045bae53 100644
(file)
--- a/
src/macfns.c
+++ b/
src/macfns.c
@@
-1,5
+1,5
@@
/* Graphical user interface functions for Mac OS.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001
, 2004
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-3803,9
+3803,9
@@
x_create_tip_frame (dpyinfo, parms, text)
window_prompting = x_figure_window_size (f, parms, 0);
{
- BLOCK_INPUT;
Rect r;
+ BLOCK_INPUT;
SetRect (&r, 0, 0, 1, 1);
if (CreateNewWindow (kHelpWindowClass,
kWindowNoActivatesAttribute